imperative programming style meaning in English
强制性程序风格
Examples
- To illustrate how functional programming features of jython can be used here , lambda function and list compression are used in the following code though it can be done in imperative programming style as well
为了说明如何在这里使用jython的函数编程功能,下列代码中使用了lambda函数和列表理解,虽然也可以用命令式( imperative )编程风格来完成。